Definition at line 29 of file CXMLAttribute.hpp.
Construction
| name | The name of the attribute | |
| value | The value of the attribute |
| Exponent::IO::CXMLAttribute::CXMLAttribute | ( | const CString & | name, | |
| const bool | value | |||
| ) |
Construction with boolean value
| name | The name of the attribute | |
| value | The value of the attribute |
| Exponent::IO::CXMLAttribute::CXMLAttribute | ( | const CString & | name, | |
| const double | value | |||
| ) |
Construction with boolean value
| name | The name of the attribute | |
| value | The value of the attribute |
| Exponent::IO::CXMLAttribute::CXMLAttribute | ( | const CString & | name, | |
| const float | value | |||
| ) |
Construction with boolean value
| name | The name of the attribute | |
| value | The value of the attribute |
| Exponent::IO::CXMLAttribute::CXMLAttribute | ( | const CString & | name, | |
| const long | value | |||
| ) |
Construction with boolean value
| name | The name of the attribute | |
| value | The value of the attribute |
| Exponent::IO::CXMLAttribute::CXMLAttribute | ( | const CString & | name, | |
| const int | value | |||
| ) |
Construction with boolean value
| name | The name of the attribute | |
| value | The value of the attribute |
| virtual Exponent::IO::CXMLAttribute::~CXMLAttribute | ( | ) | [virtual] |
Destruction
| const CString& Exponent::IO::CXMLAttribute::getName | ( | ) | const |
Get the name of the attribute
| const | CString & The name of the attribute |
| const CString& Exponent::IO::CXMLAttribute::getValue | ( | ) | const |
Get the value of the attribute
| const | CString & The value of the attribute |
| bool Exponent::IO::CXMLAttribute::getValueAsBool | ( | ) | const |
Get the value as a bool
| bool | The value as a bool |
| double Exponent::IO::CXMLAttribute::getValueAsDouble | ( | ) | const |
Value as a double
| double | The value as a double |
| float Exponent::IO::CXMLAttribute::getValueAsFloat | ( | ) | const |
Value as a float
| float | The value as a float |
| int Exponent::IO::CXMLAttribute::getValueAsInt | ( | ) | const |
Get the value as an int
| int | The value as an int |
| long Exponent::IO::CXMLAttribute::getValueAsLong | ( | ) | const |
Get the value as a long
| long | The value as a long |
| void Exponent::IO::CXMLAttribute::setName | ( | const CString & | name | ) |
Set the name of the attribute
| name | The name of the attribute |
| void Exponent::IO::CXMLAttribute::setValue | ( | const int | value | ) |
Set the value of the attribute
| value | The value of the attribute |
| void Exponent::IO::CXMLAttribute::setValue | ( | const long | value | ) |
Set the value of the attribute
| value | The value of the attribute |
| void Exponent::IO::CXMLAttribute::setValue | ( | const float | value | ) |
Set the value of the attribute
| value | The value of the attribute |
| void Exponent::IO::CXMLAttribute::setValue | ( | const double | value | ) |
Set the value of the attribute
| value | The value of the attribute |
| void Exponent::IO::CXMLAttribute::setValue | ( | const bool | value | ) |
Set the value of the attribute
| value | The value of the attribute |
| void Exponent::IO::CXMLAttribute::setValue | ( | const CString & | value | ) |
Set the value of the attribute
| value | The value of the attribute |
CString Exponent::IO::CXMLAttribute::m_name [protected] |
Name of the attribute
Definition at line 184 of file CXMLAttribute.hpp.
CString Exponent::IO::CXMLAttribute::m_value [protected] |
Value of the attribute
Definition at line 185 of file CXMLAttribute.hpp.